'Declaration Public Overloads Shared Function CreateNotCondition<TTargetThe type of the target.>( _
ByVal nameThe name of predicate analyzer.As System.String, _
ByVal argumentThe argument.As Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer(Of TTarget) _
) As Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer(Of TTarget) (Of TTargetThe type of the target.)
public static Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget> CreateNotCondition<TTarget>(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget> argument
)
public: static Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget*>* CreateNotCondition<TTarget>(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget*>* argument
)
generic<typename TTarget> public:
static Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget^>^ CreateNotCondition(
System.String name,
Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget^>^ argument
)
Parameters
- name
- The name of predicate analyzer.
- argument
- The argument.
Type Parameters
- TTarget
- The type of the target.
Return Value
New instance of predicate-analyzer.